CFadeHelper::FadeBitmapToBitmap

void CFadeHelper::FadeBitmapToBitmap(CDC *pDC,CBitmap* pBmpStart,CBitmap* pBmpStop,int iCurLoop,int iTotalLoop )

This function is a public member of class CFadeHelper, you can visit it freely.

Defined in: FadeHelper.cpp

Return Value

void

See Also

CDC *pDC

A pointer to the CDC or NULL if the call failed.

CBitmap* pBmpStart

A pointer to the CBitmap or NULL if the call failed.

CBitmap* pBmpStop

A pointer to the CBitmap or NULL if the call failed.

int iCurLoop

Specifies A integer value.

int iTotalLoop

Specifies A integer value.

Remarks

None Description.

See Also

CFadeHelper Overview| Base Class Members Hierarchy Chart